-- card: 5823 from stack: in -- bmap block id: 5909 -- flags: 0000 -- background id: 2640 -- name: south ----- HyperTalk script ----- on openCard global boxText put boxText into bg fld 1 end openCard on closeCard hide cd fld 1 end closeCard on arrowKey which if which is "up" then send mouseUp to cd btn 2 end arrowKey -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=435 top=234 right=254 bottom=455 -- title width / last selected line: 0 -- icon id / first selected line: 29001 / 29001 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: West ----- HyperTalk script ----- on mouseUp end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=454 top=215 right=235 bottom=474 -- title width / last selected line: 0 -- icon id / first selected line: 29019 / 29019 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: North ----- HyperTalk script ----- on mouseUp set cursor to watch visual dissolve fast go cd "central" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=454 top=253 right=273 bottom=474 -- title width / last selected line: 0 -- icon id / first selected line: 29004 / 29004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: South -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=473 top=234 right=254 bottom=493 -- title width / last selected line: 0 -- icon id / first selected line: 29002 / 29002 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: East ----- HyperTalk script ----- on mouseUp end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=225 top=254 right=266 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 31Huntington ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 31 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=225 top=229 right=241 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 21Eisenhower Avenue ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 21 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=225 top=208 right=220 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 33King Street ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 33 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=225 top=189 right=201 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 7Braddock Road ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 7 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=249 top=131 right=143 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 40National Airport ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 40 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=242 top=118 right=130 bottom=254 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 15Crystal City ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 15 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=231 top=111 right=123 bottom=243 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 43Pentagon City ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 43 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=231 top=99 right=111 bottom=243 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 42Pentagon ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 42 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=211 top=67 right=79 bottom=223 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 3Arlington Cemetary ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 3 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=197 top=47 right=59 bottom=209 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 47Rosslyn ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 47 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=184 top=53 right=65 bottom=196 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 14Court House ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 14 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=169 top=61 right=73 bottom=181 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 12Clarendon ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 12 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=154 top=69 right=81 bottom=166 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 58Virginia Square-GMU ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 58 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=132 top=74 right=86 bottom=144 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 4Ballston ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 4 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=80 top=74 right=86 bottom=92 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 20East Falls Church ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 20 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=270 top=51 right=63 bottom=282 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 50Smithsonian ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 50 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=286 top=61 right=73 bottom=298 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 35L'Enfant Plaza ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 35 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=300 top=61 right=73 bottom=312 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 24Federal Center SW ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 24 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=318 top=61 right=73 bottom=330 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 10Capitol South ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 10 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=338 top=61 right=73 bottom=350 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 19Eastern Market ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 19 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=360 top=61 right=73 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 44Potomac Ave. ----- HyperTalk script ----- on mouseUp global station,stationNum,done,startEnd,tripOn,infoOn if infoOn + tripOn = 0 then answer "Please click either the ""e&"Trip""e&" or ""e&"Info"& quote&" button on control bar first." with "OK" exit mouseUp end if put 44 into foo put the short name of me into station SetupTrip foo end mouseUp -- part 26 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=142 top=99 right=223 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp hide me put empty into me end mouseUp -- part contents for background part 10 ----- text ----- Click on a station to get info (or click this box to cancel)